ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexPieBase<T> Class / ChartsPerLine Property

In This Topic
    ChartsPerLine Property (FlexPieBase<T>)
    In This Topic
    Gets or sets the maximal number of charts per line.
    Syntax
    'Declaration
     
    Public Property ChartsPerLine As Integer
    public int ChartsPerLine {get; set;}
    Remarks
    The property is used when there are multiple pies. By default, it's zero and the control perform layout automatically.
    See Also